Expressions and Operators (Cont.) Bitwise operators
Use the bitwise operators to modifu the individual bits
rather than the number
Both
operands in a bitwise expression must be of an integral type.
&, >>, << are context sensitive. & can also be the pointer reference
operator.
>> can also be the input operator in I/O expressions.
<< can also be the output operator in I/O expressions.